home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / utils / arc / Changes_Opener_3.1 < prev    next >
Text File  |  1993-08-04  |  589b  |  14 lines

  1. Changes for inclusion in Opener 3.1 by Subrata Sircar:
  2.  
  3.     - References to "int strlen()" were commented out.  NEXTSTEP 3.0 and
  4.     later use "extern size_t strlen(), where "size_t" is an unsigned long.
  5.     
  6.     - In arcsq.c, the "buildenc" function was declared as static int, but
  7.     its last line was "return NULL;".  NULL is a zero pointer, so this was
  8.     changed to "return 0;" to eliminate the compiler warnings
  9.     
  10.     - The Makefile was modified to add the architecture flags for fat compiles
  11.     
  12. Subrata Sircar            ssircar@canon.com
  13. August 4, 1993            Canon Information Systems has nothing to do with this.
  14.